Skip to content

formatters/html: drop -moz-tab-size and -o-tab-size prefixes - #1279

Merged
alecthomas merged 1 commit into
alecthomas:masterfrom
c-tonneslan:fix/drop-obsolete-moz-tab-size
Jul 2, 2026
Merged

formatters/html: drop -moz-tab-size and -o-tab-size prefixes#1279
alecthomas merged 1 commit into
alecthomas:masterfrom
c-tonneslan:fix/drop-obsolete-moz-tab-size

Conversation

@c-tonneslan

Copy link
Copy Markdown
Contributor

Both vendor prefixes are obsolete. Per MDN's browser-compat table, Opera supports unprefixed `tab-size` since 2013 and Firefox switched in v91 (2021), so every browser that's going to read chroma's HTML output today understands the bare `tab-size` property. silverwind already voted for this in the issue thread.

fixes #1059

Both prefixes are obsolete. Per MDN, Opera supports unprefixed tab-size
since 2013 and Firefox switched in v91 (2021). Every current browser
that chroma's HTML output is likely to be read by understands the bare
tab-size property.

Closes alecthomas#1059

Signed-off-by: Charlie Tonneslan <cst0520@gmail.com>
@alecthomas alecthomas closed this Jul 2, 2026
@alecthomas alecthomas reopened this Jul 2, 2026
@alecthomas
alecthomas merged commit ff53760 into alecthomas:master Jul 2, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Inline syntax highlighting includes unneeded style -moz-tab-size:4

2 participants